blob: 29416ced023711c16f7c9c3d75449dd04067ddd4 [file] [log] [blame]
Anders Carlsson3f704562008-12-21 22:39:40 +00001// RUN: clang %s -emit-llvm -o %t
2
3int* a = __null;
4int b = __null;
5
6void f() {
7 int* c = __null;
8 int d = __null;
9}