brintos

brintos / llvm-project-archived public Read only

0
0
Text · 147 B · 413bcbd Raw
10 lines · plain
1; RUN: not llvm-as < %s 2>&1 | FileCheck %s2 3; CHECK: invalid type for alloca4 5define void @test() {6entry:7  alloca metadata !{null}8  ret void9}10