brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · 74642f4 Raw
10 lines · plain
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: invalid indices for insertvalue4 5define void @test() {6entry:7  insertvalue [0 x i32] undef, i32 0, 08  ret void9}10