summaryrefslogtreecommitdiff
path: root/test/Verifier/byval-4.ll
blob: d69f66caec35513c0d7ec5c4d339fde8d4c857bb (plain)
1
2
3
4
; RUN: llvm-as %s -o /dev/null -f
%struct.foo = type { i64 }

declare void @h(%struct.foo* byval %num)