[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Assembler / 2008-01-11-VarargAttrs.ll
blob72d02efa21259d875b9b0876b62269da48283f85
1 ; RUN: llvm-as < %s | llvm-dis | grep byval
2 ; RUN: verify-uselistorder %s
4         %struct = type {  }
6 declare void @foo(...)
8 define void @bar() {
9         call void (...) @foo(%struct* byval(%struct) null )
10         ret void