summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/__null.cpp
blob: 476b0ad083bc263300881d65ec4d7c2482058ff9 (plain)
1
2
3
4
5
6
7
8
9
// RUN: clang-cc %s -emit-llvm -o %t

int* a = __null;
int b = __null;

void f() {
  int* c = __null;
  int d = __null;
}
OpenPOWER on IntegriCloud