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
slightly increase prettiness.
[llvm/avr.git]
/
test
/
Assembler
/
2003-05-21-EmptyStructTest.ll
blob
26e83d931c4dbb0064dd1e26fccdefc7ec647c13
1
; RUN: llvm-as %s -o /dev/null
2
3
; The old C front-end never generated empty structures, now the new one
4
; can. For some reason we never handled them in the parser. Weird.
5
6
@X = global { } zeroinitializer