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