blob: 3e7927d8ef7928a8c883b12221a5066d1d27d5a0 [file] [log] [blame]
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00001// RUN: clang-cc -emit-llvm -o %t %s
2// RUN: not grep "@foo" %t
3// RUN: clang-cc -femit-all-decls -emit-llvm -o %t %s
Daniel Dunbar326a3272009-02-04 21:20:25 +00004// RUN: grep "@foo" %t
5
6static void foo() {
7
8}