08e370a36660ca71a46d28ab399b8cd875f4703d
[oota-llvm.git] / test / Assembler / invalid-dilocalvariable-arg-negative.ll
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3 !0 = !DILocalVariable(tag: DW_TAG_arg_variable, scope: !{}, arg: 0)
4
5 ; CHECK: <stdin>:[[@LINE+1]]:66: error: expected unsigned integer
6 !1 = !DILocalVariable(tag: DW_TAG_arg_variable, scope: !{}, arg: -1)