2003-05-21-EmptyStructTest.ll 236 B

1234567
  1. ; RUN: llvm-as %s -o /dev/null
  2. ; RUN: verify-uselistorder %s
  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. @X = global { } zeroinitializer