blob: 68b6aecd670a34d441bfd7729f9d275e981fce1f [file] [log] [blame]
// RUN: clang -emit-llvm -o %t %s &&
// RUN: not grep "@foo" %t &&
// RUN: clang -femit-all-decls -emit-llvm -o %t %s &&
// RUN: grep "@foo" %t
static void foo() {
}