freebsd-dev/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
2009-06-02 17:58:47 +00:00

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;