xref: /llvm-project/llvm/test/Linker/Inputs/type-unique-alias.ll (revision f2e868c566107eb2f54e3e6033199297ba11e2d9)
1%u = type { i8 }
2
3@g2 = global %u zeroinitializer
4@a = weak alias %u, ptr @g2
5