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
/
2003-11-01-EmptyStructCrash.c
blob
fb6993bb209f5c6afac057723b2a58fda768d4ad
1
// RUN: %llvmgcc -S %s -o - | llvm-as -f -o /dev/null
2
3
typedef
struct
{ }
the_coolest_struct_in_the_world
;
4
extern
the_coolest_struct_in_the_world xyzzy
;
5
void
*
foo
() {
return
&
xyzzy
; }
6