blob: d8477d5cb83804cfd72a12983ffe0f66bf899c1a [file] [log] [blame]
Reid Spencer69ccadd2006-12-02 04:23:10 +00001; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
Tanya Lattnercd0aa812004-11-06 21:40:51 +00002
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 }