Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / 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;