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