Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/release/2.4.x
/
.
/
llvm
/
test
/
FrontendC
/
2003-06-29-MultipleFunctionDefinition.c
blob: b7bc803306731b91a469a03974dd1c297c958a79 [
file
] [
log
] [
blame
] [
edit
]
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
/* This is apparently legal C.
*/
extern
__inline__
void
test
()
{
}
void
test
()
{
}