blob: e6e4a76b1c1e81940ed6f24190bfd4c8d5ed26a8 [file] [log] [blame]
Duncan P. N. Exon Smith16fb1632015-06-02 17:17:44 +00001; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
Duncan P. N. Exon Smithbf2040f2015-07-31 18:58:39 +00003!0 = !DILocalVariable(scope: !{}, arg: 65535)
Duncan P. N. Exon Smith16fb1632015-06-02 17:17:44 +00004
Duncan P. N. Exon Smithbf2040f2015-07-31 18:58:39 +00005; CHECK: <stdin>:[[@LINE+1]]:40: error: value for 'arg' too large, limit is 65535
6!1 = !DILocalVariable(scope: !{}, arg: 65536)