[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / llvm / test / Bitcode / DIEnumerator-10.0.ll
blobb0372d078453df46450c81bb98b1d6fba99f53e8
1 ;; DIEnumerator-10.0.ll.bc was generated by llvm-as 10.0.0
2 ; RUN: llvm-dis < %s.bc | FileCheck %s
3 ; RUN: verify-uselistorder < %s.bc
5 !named = !{!0, !1}
7 ; CHECK: !DIEnumerator(name: "A0", value: 9223372036854775807)
8 !0 = !DIEnumerator(name: "A0", value: 9223372036854775807)
9 ; CHECK: !DIEnumerator(name: "B0", value: -9223372036854775808)
10 !1 = !DIEnumerator(name: "B0", value: -9223372036854775808)