1 ; RUN: llvm-as -disable-output <%s 2>&1 | FileCheck %s
2 ; CHECK: invalid #dbg record address/value
3 ; CHECK-NEXT: #dbg_value({{.*}})
5 ; CHECK: warning: ignoring invalid debug info
7 define void @foo(i32 %a) {
10 #dbg_value(!"", !DILocalVariable(scope: !1), !DIExpression(), !DILocation(scope: !1))
15 !llvm.module.flags = !{!0}
16 !0 = !{i32 2, !"Debug Info Version", i32 3}
17 !1 = distinct !DISubprogram()