brintos

brintos / llvm-project-archived public Read only

0
0
Text · 185 B · b5a398c Raw
11 lines · plain
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