blob: 450584f3d71522e3e2f5966c3042c72eea091873 [file] [log] [blame]
Duncan P. N. Exon Smith2f5cbb52015-03-31 00:47:15 +00001; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
Duncan P. N. Exon Smithc61bc482015-08-03 17:26:41 +00003; CHECK: <stdin>:[[@LINE+1]]:36: error: 'file' cannot be null
4!0 = distinct !DICompileUnit(file: null)