Chris Lattner | b7f804c | 2002-08-31 00:24:54 +0000 | [diff] [blame^] | 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 } |