New testcase
[oota-llvm.git] / test / CodeGen / CBackend / 2002-08-30-StructureOrderingTest.ll
1 ; This testcase fails because the C backend does not arrange to output the 
2 ; contents of a structure type before it outputs the structure type itself.
3
4 %Y = uninitialized global { {int } }
5 %X = uninitialized global { float }