1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test/Assembler/2003-05-21-EmptyStructTest.ll

7 lines
206 B
LLVM
Raw Normal View History

; RUN: llvm-as %s -o /dev/null
2004-11-06 23:07:09 +01:00
2003-05-21 17:57:25 +02: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 17:57:25 +02:00
2008-02-14 08:57:12 +01:00
@X = global { } zeroinitializer