summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/emit-all-decls.c
blob: 775cb6f118a831fef3e19b83468600ed0bb62717 (plain)
1
2
3
4
5
6
7
8
// RUN: clang-cc -emit-llvm -o %t %s &&
// RUN: not grep "@foo" %t &&
// RUN: clang-cc -femit-all-decls -emit-llvm -o %t %s &&
// RUN: grep "@foo" %t

static void foo() {
  
}
OpenPOWER on IntegriCloud