brintos

brintos / llvm-project-archived public Read only

0
0
Text · 178 B · 0d303fc Raw
6 lines · plain
1; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s2 3; CHECK: Attribute 'byval(i32)' applied to incompatible type!4; CHECK-NEXT: ptr @h5declare void @h(i32 byval(i32) %num)6