repo.or.cz
/
llvm
/
msp430.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Improve compatibility with older versions of Windows.
[llvm/msp430.git]
/
test
/
FrontendC
/
2003-06-29-MultipleFunctionDefinition.c
blob
b7bc803306731b91a469a03974dd1c297c958a79
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
}