blob: 1c06697d01e89780be6bb7fdf28c726309558a23 [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 Smith2f5bb312015-01-16 17:33:08 +00006!1 = !MDLocation(column: 65535, scope: !0)
Duncan P. N. Exon Smith6a484832015-01-13 21:10:44 +00007
Duncan P. N. Exon Smith2f5bb312015-01-16 17:33:08 +00008; CHECK: <stdin>:[[@LINE+1]]:26: error: value for 'column' too large, limit is 65535
9!2 = !MDLocation(column: 65536, scope: !0)