Gabor Greif | afb4e8c | 2008-05-20 22:07:21 +0000 | [diff] [blame] | 1 | ; RUN: llvm-as %s -o /dev/null -f |
Dan Gohman | f17a25c | 2007-07-18 16:29:46 +0000 | [diff] [blame] | 2 | |
3 | ; The old C front-end never generated empty structures, now the new one | ||||
4 | ; can. For some reason we never handled them in the parser. Weird. | ||||
5 | |||||
Tanya Lattner | 74bb9f5 | 2008-02-14 07:57:12 +0000 | [diff] [blame] | 6 | @X = global { } zeroinitializer |