blob: 68b6aecd670a34d441bfd7729f9d275e981fce1f [file] [log] [blame]
Daniel Dunbar326a3272009-02-04 21:20:25 +00001// RUN: clang -emit-llvm -o %t %s &&
2// RUN: not grep "@foo" %t &&
3// RUN: clang -femit-all-decls -emit-llvm -o %t %s &&
4// RUN: grep "@foo" %t
5
6static void foo() {
7
8}