blob: 7a6774231a97dfd35873eb03e820df1833f0cfae [file] [log] [blame]
Duncan P. N. Exon Smith3b0fe4e2015-01-13 21:10:44 +00001; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3!0 = !{}
4
Duncan P. N. Exon Smith031fbae2015-03-22 15:58:21 +00005; CHECK-NOT: error:
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +00006!1 = !DILocation(line: 4294967295, scope: !0)
Duncan P. N. Exon Smith3b0fe4e2015-01-13 21:10:44 +00007
Duncan P. N. Exon Smith8713d992015-02-06 22:50:13 +00008; CHECK: <stdin>:[[@LINE+1]]:24: error: value for 'line' too large, limit is 4294967295
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +00009!2 = !DILocation(line: 4294967296, scope: !0)