index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test
/
CFrontend
/
2003-06-29-MultipleFunctionDefinition.c
blob: 588da7198af969247e4c73967598783cc0f9e5d3 (
plain
)
1
2
3
4
5
6
/* This is apparently legal C.
*/
extern
__inline__
void
test
() { }
void
test
() {
}