Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Assembler / byref-parse-error-3.ll
blob1047f0cbcb0bf33ce2d4e55a6a6a7f39153f17bd
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: <stdin>:[[@LINE+1]]:35: error: expected type{{$}}
4 define void @test_byref(ptr byref(-1)) {
5   ret void