brintos

brintos / llvm-project-archived public Read only

0
0
Text · 175 B · 23ab91d Raw
9 lines · c
1// RUN: %clang_cc1 -emit-llvm -o %t %s2// RUN: not grep "@foo" %t3// RUN: %clang_cc1 -femit-all-decls -emit-llvm -o %t %s4// RUN: grep "@foo" %t5 6static void foo(void) {7  8}9