blob: 4b1b1980f7a9fe4b39c7443509463cff77cb3f8e [file] [log] [blame]
Reid Spencerd7c2c2f2006-12-02 20:34:08 +00001; RUN: llvm-upgrade < %s | llvm-as -o /dev/null -f
Tanya Lattnere7e3f2e2004-11-06 22:07:09 +00002
Chris Lattnera35d5942003-05-21 15:57:25 +00003; The old C front-end never generated empty structures, now the new one
Chris Lattner47b72fb2005-02-27 06:14:21 +00004; can. For some reason we never handled them in the parser. Weird.
Chris Lattnera35d5942003-05-21 15:57:25 +00005
6%X = global {} {}