xref: /minix3/external/bsd/llvm/dist/llvm/test/Assembler/2003-05-21-EmptyStructTest.ll (revision 0b98e8aad89f2bd4ba80b523d73cf29e9dd82ce1)
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
7