blob: 51258bef76e58fd632479d36e641e1a7cc4b9ca5 [file] [log] [blame]
; RUN: not llvm-as %s -o /dev/null 2>&1 | grep "Cannot allocate unsized type"
; PR2113
define void @test() {
%A = alloca void()
ret void
}