blob: 141928332f68e649658c8a4ae7b85ce73b64dac5 [file] [log] [blame]
Tanya Lattnercd0aa812004-11-06 21:40:51 +00001; RUN: llvm-as < %s | llc -march=c
2
Chris Lattnerb7f804c2002-08-31 00:24:54 +00003; This testcase fails because the C backend does not arrange to output the
4; contents of a structure type before it outputs the structure type itself.
5
6%Y = uninitialized global { {int } }
7%X = uninitialized global { float }