brintos

brintos / llvm-project-archived public Read only

0
0
Text · 236 B · 934e32a Raw
8 lines · plain
1; RUN: llvm-as %s -o /dev/null2; RUN: verify-uselistorder %s3 4; The old C front-end never generated empty structures, now the new one5; can.  For some reason we never handled them in the parser. Weird.6 7@X = global {  } zeroinitializer8