5790a1bba8d8a9d9a72eb54985822b2df16c910f
[oota-llvm.git] / test / Assembler / 2003-05-21-EmptyStructTest.ll
1 ; RUN: llvm-as < %s -o /dev/null -f
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. Wierd.
5
6 %X = global {} {}