brintos

brintos / llvm-project-archived public Read only

0
0
Text · 152 B · 3cbbf03 Raw
5 lines · plain
1; RUN: not llvm-as -o /dev/null %s 2>&1 | FileCheck %s2 3; CHECK: error: this attribute does not apply to parameters4declare void @foo(i32 safestack %x)5