blob: 8a1779788395eb6395c835dfd4f44ae005bc8862 [file] [log] [blame]
// RUN: %clang_cc1 %s -emit-llvm -o %t
int* a = __null;
int b = __null;
void f() {
int* c = __null;
int d = __null;
}