Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
6f532a988e5c02fcb271fb65e9e7b83f0147d3f2
/
.
/
test
/
FrontendC
/
2003-06-29-MultipleFunctionDefinition.c
blob: b7bc803306731b91a469a03974dd1c297c958a79 [
file
] [
log
] [
blame
]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
/* This is apparently legal C.
*/
extern
__inline__
void
test
()
{
}
void
test
()
{
}