brintos

brintos / llvm-project-archived public Read only

0
0
Text · 157 B · 63adc22 Raw
7 lines · plain
1; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s2 3; CHECK: expected uint32 param4define void @f(target("type", i32, 0, void) %a) {5    ret void6}7