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
/
2003-11-01-EmptyStructCrash.c
blob
c1161195dafc17ac75b2f56d1096aaa934703f0a
1
// RUN: %llvmgcc -S %s -o - | llvm-as -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