blob: 571a555daefccb0c1ab80c634c067d2759146c03 [file] [log] [blame]
Duncan P. N. Exon Smith6a484832015-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 Smith03c37c92015-03-22 15:58:21 +00005; CHECK-NOT: error:
Duncan P. N. Exon Smithaf677eb2015-02-06 22:50:13 +00006!1 = !MDLocation(line: 4294967295, scope: !0)
Duncan P. N. Exon Smith6a484832015-01-13 21:10:44 +00007
Duncan P. N. Exon Smithaf677eb2015-02-06 22:50:13 +00008; CHECK: <stdin>:[[@LINE+1]]:24: error: value for 'line' too large, limit is 4294967295
9!2 = !MDLocation(line: 4294967296, scope: !0)