blob: 535b4c9a5c93dce694c03cf3654a0e08ef9f1955 [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
5; 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)