xref: /llvm-project/llvm/test/Verifier/byval-4.ll (revision c820f2a43eaba02db97c4ff60c58a58e6bdd391d)
1; RUN: llvm-as %s -o /dev/null
2%struct.foo = type { i64 }
3
4declare void @h(ptr byval(%struct.foo) %num)
5