1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/test/Regression/CBackend/2002-08-30-StructureOrderingTest.ll
Chris Lattner 41ad7b71cf New testcase
llvm-svn: 3556
2002-08-31 00:24:54 +00:00

6 lines
226 B
LLVM

; This testcase fails because the C backend does not arrange to output the
; contents of a structure type before it outputs the structure type itself.
%Y = uninitialized global { {int } }
%X = uninitialized global { float }