blob: ae1a5d432e3defb5393d178a34e1c559e523ed20 [file] [log] [blame]
Duncan P. N. Exon Smithd3ec0ca2015-03-30 16:37:48 +00001; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3; CHECK: <stdin>:[[@LINE+1]]:33: error: 'scope' cannot be null
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +00004!0 = !DILexicalBlockFile(scope: null)