Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
26a0cac165aea204f661b8da7b167623b12ff143
/
.
/
test
/
CodeGen
/
emit-all-decls.c
blob: 3e7927d8ef7928a8c883b12221a5066d1d27d5a0 [
file
] [
log
] [
blame
]
// 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
()
{
}