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
/
2007-01-06-KNR-Proto.c
blob
eb2f25482d9dc8e2300086b9511a05642e3c35e8
1
// RUN: %llvmgcc -S -o - -emit-llvm %s
2
// PR1083
3
4
int
svc_register
(
void
(*
dispatch
) (
int
));
5
6
int
svc_register
(
dispatch
)
7
void
(*
dispatch
) ();
8
{
9
}
10