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

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