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