hanchenye-llvm-project/clang/test/CodeGen/2008-07-21-mixed-var-fn-decl.c

6 lines
97 B
C

// RUN: clang-cc -emit-llvm -o - %s | grep -e "@g[0-9] " | count 2
int g0, f0();
int f1(), g1;