Merge branch 'master' into msp430
[llvm/msp430.git] / test / Assembler / 2003-05-21-EmptyStructTest.ll
blob6925d2693250a8eac98ea6be26566a4aec9bf61d
1 ; RUN: llvm-as %s -o /dev/null -f
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.
6 @X = global {  } zeroinitializer