Add an interesting test that we already get right. NFC.
[oota-llvm.git] / test / Linker / Inputs / type-unique-unrelated3.ll
1 %t = type { i8* }
2 declare %t @f()
3
4 define %t @g() {
5  %x = call %t @f()
6  ret %t %x
7 }