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

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