[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Assembler / invalid-byval-type3.ll
blobb62fb5354a5b2d94e11c5c0c3f07e79fbfdf9c38
1 ; RUN: not llvm-as %s -o /dev/null 2>&1 | FileCheck %s
3 ; CHECK: Attribute 'byval' does not support unsized types!
4 declare void @foo(void()* byval(void()))