blob: 5790a1bba8d8a9d9a72eb54985822b2df16c910f (
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. Wierd.
%X = global {} {}
|