Home | History | Annotate | Download | only in Assembler
      1 ; RUN: llvm-as %s -o /dev/null
      2 ; RUN: verify-uselistorder %s
      3 
      4 ; The old C front-end never generated empty structures, now the new one
      5 ; can.  For some reason we never handled them in the parser. Weird.
      6 
      7 @X = global {  } zeroinitializer
      8