Teach TreeTransform how to transform a pack expansion type into
[clang.git] / test / CodeGenCXX / __null.cpp
blob8a1779788395eb6395c835dfd4f44ae005bc8862
1 // RUN: %clang_cc1 %s -emit-llvm -o %t
3 int* a = __null;
4 int b = __null;
6 void f() {
7 int* c = __null;
8 int d = __null;