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

%t = type { ptr }
declare %t @f()

define %t @g() {
 %x = call %t @f()
 ret %t %x
}