Sign in
rust
/
rust-lang
/
llvm-project
/
2a2ea6b49e79325e0d10d33fac2b10ea3bebcc7c
/
.
/
llvm
/
test
/
Verifier
/
byval-1.ll
blob: 0d303fc9eb851dfb33d4f256373a6236d50dd436 [
file
] [
log
] [
blame
]
; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
; CHECK: Attribute 'byval(i32)' applied to incompatible type!
; CHECK-NEXT: ptr @h
declare
void
@h
(
i32
byval
(
i32
)
%num
)