[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Verifier / byval-1.ll
blob6d0c46a79e0a2dbb1d71f272271022d743403660
1 ; RUN: not llvm-as < %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: Attribute 'byval(i32)' applied to incompatible type!
4 ; CHECK-NEXT: void (i32)* @h
5 declare void @h(i32 byval(i32) %num)