repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git]
/
test
/
FrontendC
/
2003-06-29-MultipleFunctionDefinition.c
blob
be042cedf9fda47bf52fde4abbe752055143b47f
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
/* This is apparently legal C.
4
*/
5
extern
__inline__
void
test
() { }
6
7
void
test
() {
8
}