summaryrefslogtreecommitdiff
path: root/test/Assembler/2003-05-21-EmptyStructTest.ll
blob: d177b3b8e45534cb5bf23fe9440b9c9e39686b8a (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s -o /dev/null -f

; 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 {} {}