Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
71287953e60d3437b51a69fd3f016b03f5011c52
/
.
/
test
/
FrontendC
/
2003-06-29-MultipleFunctionDefinition.c
blob: b7bc803306731b91a469a03974dd1c297c958a79 [
file
] [
log
] [
blame
]
Dan Gohman
f17a25c
2007-07-18 16:29:46 +0000
[
diff
] [
blame
]
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
/* This is apparently legal C.
4
*/
5
extern
__inline__
void
test
()
{
}
6
7
void
test
()
{
8
}