blob: 079a75d792e117b3d7573577db7ee6fb9b0a8563 [file] [log] [blame]
Dan Gohman2d65d352009-08-25 15:38:29 +00001; RUN: not llvm-as %s -o /dev/null |& grep {Cannot allocate unsized type}
Chris Lattner3272c7f2008-03-01 09:01:57 +00002; PR2113
3
4define void @test() {
5 %A = alloca void()
6 ret void
7}
8