xref: /aosp_15_r20/external/llvm/test/Assembler/2003-05-21-EmptyStructTest.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as %s -o /dev/null
2*9880d681SAndroid Build Coastguard Worker; RUN: verify-uselistorder %s
3*9880d681SAndroid Build Coastguard Worker
4*9880d681SAndroid Build Coastguard Worker; The old C front-end never generated empty structures, now the new one
5*9880d681SAndroid Build Coastguard Worker; can.  For some reason we never handled them in the parser. Weird.
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker@X = global {  } zeroinitializer
8