xref: /llvm-project/llvm/test/Linker/Inputs/type-unique-dst-types2.ll (revision f2e868c566107eb2f54e3e6033199297ba11e2d9)
1%A.11 = type { %B }
2%B = type { i8 }
3@g1 = external global %A.11
4
5define ptr @use_g1() {
6  ret ptr @g1
7}
8