llvm/llvm/test/Linker/Inputs/type-unique-dst-types2.ll

%A.11 = type { %B }
%B = type { i8 }
@g1 = external global %A.11

define ptr @use_g1() {
  ret ptr @g1
}