Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / Assembler / invalid-dilexicalblockfile-null-scope.ll
blobae1a5d432e3defb5393d178a34e1c559e523ed20
1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
3 ; CHECK: <stdin>:[[@LINE+1]]:33: error: 'scope' cannot be null
4 !0 = !DILexicalBlockFile(scope: null)