Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
fe5f9736723cbaae5423f98ebbd0f0f537b51de4
/
.
/
test
/
CodeGen
/
2008-07-21-mixed-var-fn-decl.c
blob: c55c86b2fc6c7b90d88965f361cd14323b82f428 [
file
] [
log
] [
blame
]
Daniel Dunbar
ffd408a
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc -emit-llvm -o - %s | grep -e "@g[0-9] " | count 2
Daniel Dunbar
f7bacd3
2008-07-29 17:47:36 +0000
[
diff
] [
blame
]
2
3
int
g0
,
f0
();
4
int
f1
(),
g1
;
5