blob: 333ab39f29a667ce0a46a000313d637e9c4f89f4 [file] [log] [blame]
Tanya Lattner5429dbf2008-02-14 07:57:12 +00001; RUN: llvm-as < %s -o /dev/null -f
Tanya Lattner32f81a52004-11-06 22:07:09 +00002
Chris Lattner0250ace2003-05-21 15:57:25 +00003; The old C front-end never generated empty structures, now the new one
Chris Lattner60042062005-02-27 06:14:21 +00004; can. For some reason we never handled them in the parser. Weird.
Chris Lattner0250ace2003-05-21 15:57:25 +00005
Tanya Lattner5429dbf2008-02-14 07:57:12 +00006@X = global { } zeroinitializer