aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/2008-07-21-mixed-var-fn-decl.c
blob: a7d09765134ffe21141173b1ee179225d0559de5 (plain)
1
2
3
4
5
// RUN: clang -emit-llvm -o - %s | grep -e "@g[0-9] " | count 2

int g0, f0();
int f1(), g1;