[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / test / Assembler / invalid-dilocalvariable-arg-negative.ll
blob9cf8e973db21ff0283f9a78b7408cd3c8df5a1c8
1 ; RUN: not llvm-as < %s 2>&1 | FileCheck %s
3 !0 = !DILocalVariable(scope: !{}, arg: 1)
4 !1 = !DILocalVariable(scope: !{})
6 ; CHECK: <stdin>:[[@LINE+1]]:40: error: expected unsigned integer
7 !2 = !DILocalVariable(scope: !{}, arg: -1)