llvm/llvm/test/Linker/Inputs/type-unique-alias.ll

%u = type { i8 }

@g2 = global %u zeroinitializer
@a = weak alias %u, ptr @g2