hanchenye-llvm-project/llvm/test/Assembler/2003-05-21-EmptyStructTest.ll

7 lines
211 B
LLVM
Raw Normal View History

; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
2004-11-07 06:07:09 +08:00
2003-05-21 23:57:25 +08:00
; The old C front-end never generated empty structures, now the new one
; can. For some reason we never handled them in the parser. Weird.
2003-05-21 23:57:25 +08:00
%X = global {} {}