1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-30 15:32:52 +01:00
llvm-mirror/test/Regression/Assembler/2003-05-21-EmptyStructTest.ll

7 lines
196 B
LLVM
Raw Normal View History

2004-11-06 23:07:09 +01:00
; RUN: llvm-as < %s -o /dev/null -f
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
%X = global {} {}