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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
FrontendC
/
2004-06-08-OpaqueStructArg.c
blob
ede811c38988dd45d45564e07421ff48afae378b
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
struct
fu
;
4
void
foo
(
struct
fu
);
5
void
bar
() {
6
foo
;
7
}