blob: d8477d5cb83804cfd72a12983ffe0f66bf899c1a [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
2
3; 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 }