Update analyzer build.
[clang.git] / test / CodeGen / emit-all-decls.c
blobdeeb573a385affc680169812561faefd25790d40
1 // RUN: %clang_cc1 -emit-llvm -o %t %s
2 // RUN: not grep "@foo" %t
3 // RUN: %clang_cc1 -femit-all-decls -emit-llvm -o %t %s
4 // RUN: grep "@foo" %t
6 static void foo() {