Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Assembler / mustprogress-parse-error-1.ll
blob8909bfd570fc14d5273d2efa1818427fcea87edc
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: [[@LINE+1]]:8: error: this attribute does not apply to return values
4 define mustprogress void @test_mustprogress(i8 %a) {
5   ret void