xref: /llvm-project/llvm/test/Linker/Inputs/distinct.ll (revision f2e868c566107eb2f54e3e6033199297ba11e2d9)
1@global = linkonce global i32 0
2
3!named = !{!0, !1, !2, !3, !4, !5, !6, !7, !8}
4
5!0 = !{}
6!1 = !{!0}
7!2 = !{ptr @global}
8!3 = distinct !{}
9!4 = distinct !{!0}
10!5 = distinct !{ptr @global}
11!6 = !{!3}
12!7 = !{!4}
13!8 = !{!5}
14