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

8 lines
236 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s
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
2008-02-14 15:57:12 +08:00
@X = global { } zeroinitializer