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

7 lines
211 B
LLVM
Raw Normal View History

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