brintos

brintos / llvm-project-archived public Read only

0
0
Text · 148 B · b313209 Raw
9 lines · plain
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