2009-08-25 23:38:29 +08:00
|
|
|
; RUN: llvm-as %s -o /dev/null
|
2014-08-20 05:08:27 +08:00
|
|
|
; RUN: verify-uselistorder %s
|
2004-11-07 06:07:09 +08:00
|
|
|
|
2003-05-21 23:57:25 +08:00
|
|
|
; The old C front-end never generated empty structures, now the new one
|
2005-02-27 14:14:21 +08:00
|
|
|
; can. For some reason we never handled them in the parser. Weird.
|
2003-05-21 23:57:25 +08:00
|
|
|
|
2008-02-14 15:57:12 +08:00
|
|
|
@X = global { } zeroinitializer
|