1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: expected index4 5define void @f1() {6 extractvalue <{ i32, i32 }> undef, !dbg !07 ret void8}9