blob: 55b3f656c5744fb2c42d304f9792d0aca6ad035b [file] [log] [blame]
Peter Collingbourned4135bb2016-09-13 01:12:59 +00001; RUN: llvm-dis -o - %s.bc | FileCheck %s
2
3; CHECK: !0 = distinct !DIGlobalVariable(name: "a", scope: null, isLocal: false, isDefinition: true, expr: !1)
4; CHECK: !1 = !DIExpression(DW_OP_constu, 42, DW_OP_stack_value)
5
6!named = !{!0}
7
8!0 = distinct !DIGlobalVariable(name: "a", variable: i32 42)