1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2; PR41703 4; CHECK: invalid indices for extractvalue5 6define void @test() {7entry:8 extractvalue [0 x i32] undef, 09 ret void10}11