summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/emit-all-decls.c
blob: 68b6aecd670a34d441bfd7729f9d275e981fce1f (plain)
1
2
3
4
5
6
7
8
// 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() {
  
}
OpenPOWER on IntegriCloud