blob: 043f84d3ab21bffe41c278e2709d9ac6a61231de [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(column: 65535, scope: !0)
Duncan P. N. Exon Smith3b0fe4e2015-01-13 21:10:44 +00007
Duncan P. N. Exon Smithfb7514f2015-01-16 17:33:08 +00008; CHECK: <stdin>:[[@LINE+1]]:26: error: value for 'column' too large, limit is 65535
Duncan P. N. Exon Smithe56023a2015-04-29 16:38:44 +00009!2 = !DILocation(column: 65536, scope: !0)