[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / Assembler / byref-parse-error-3.ll
blobb86eab4e69c3e4f64d7ef0a8c35c46822718c6af
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: <stdin>:[[@LINE+1]]:35: error: expected type{{$}}
4 define void @test_byref(i8* byref(-1)) {
5   ret void