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

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

OpenPOWER on IntegriCloud