[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Verifier / opaque-ptr-invalid.ll
blob18a4a64a155814dd8b67ad63cb0f44616a26718a
1 ; RUN: not opt -verify < %s 2>&1 | FileCheck %s
3 ; CHECK: Attribute 'inalloca' does not support unsized types!
4 ; CHECK-NEXT: void (ptr)* @f
5 define void @f(ptr inalloca(token)) {
6     ret void