[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Linker / Inputs / byval-types-1.ll
blob3da8b91f619e38c6c312b31cb5f1823988058c83
1 %struct = type {i32, i8}
3 declare void @baz(%struct* byval(%struct))
5 define void @foo(%struct* byval(%struct) %a) {
6   call void @baz(%struct* byval(%struct) %a)
7   ret void