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
PPC::B and PPC::BCC's target operand may be an immediate.
[llvm/msp430.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
}