blob: 86e7258cc5937ad5b0da30b99cf97fafe55b4e35 [file] [log] [blame]
John Bauman66b8ab22014-05-06 15:57:45 -04001; RUN: not llvm-as < %s |& grep {invalid indices for insertvalue}
2
3define void @test() {
4entry:
5 insertvalue [0 x i32] undef, i32 0, 0
6 ret void
7}