blob: 775cb6f118a831fef3e19b83468600ed0bb62717 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -emit-llvm -o %t %s &&
Daniel Dunbar326a3272009-02-04 21:20:25 +00002// RUN: not grep "@foo" %t &&
Daniel Dunbard7d5f022009-03-24 02:24:46 +00003// 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}