summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/2003-05-21-EmptyStructTest.ll
blob: 1ef5753caf771a452e715b48b6527ffcd56baf8f (plain)
1
2
3
4
5
6
7
; RUN: llvm-as %s -o /dev/null
; RUN: verify-uselistorder %s -preserve-bc-use-list-order

; The old C front-end never generated empty structures, now the new one
; can.  For some reason we never handled them in the parser. Weird.

@X = global {  } zeroinitializer
OpenPOWER on IntegriCloud