Sign in
llvm
/
llvm-project
/
llvm
/
refs/heads/master
/
.
/
test
/
Verifier
/
byval-4.ll
blob: 001e134593670b4a16a0e31f91f19de78b8dc887 [
file
] [
log
] [
blame
]
; RUN: llvm-as %s -o /dev/null
%struct.foo
=
type
{
i64
}
declare
void
@h
(
ptr
byval
(
%struct.foo
)
%num
)