blob: 8a1779788395eb6395c835dfd4f44ae005bc8862 [file] [log] [blame]
Daniel Dunbara5728872009-12-15 20:14:24 +00001// RUN: %clang_cc1 %s -emit-llvm -o %t
Anders Carlsson3f704562008-12-21 22:39:40 +00002
3int* a = __null;
4int b = __null;
5
6void f() {
7 int* c = __null;
8 int d = __null;
9}