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
/
2004-06-08-OpaqueStructArg.c
blob
5dfdd83c9e2a16cc3853f40e561b7daab56e3a7f
1
// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null
2
3
struct
fu
;
4
void
foo
(
struct
fu
);
5
void
bar
() {
6
foo
;
7
}