mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-30 15:32:52 +01:00
325b40fe15
llvm-svn: 20341
7 lines
196 B
LLVM
7 lines
196 B
LLVM
; 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 {} {}
|