android_mt6572_jiabo/external/clang/test/CodeGen/emit-all-decls.c
2025-09-05 16:56:03 +08:00

8 lines
171 B
C

// RUN: %clang_cc1 -emit-llvm -o %t %s
// RUN: not grep "@foo" %t
// RUN: %clang_cc1 -femit-all-decls -emit-llvm -o %t %s
// RUN: grep "@foo" %t
static void foo() {
}