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