Fix overly aggressive type merging.
[oota-llvm.git] / test / Linker / Inputs / type-unique-opaque.ll
1 %t = type { i8 }
2 %t2 = type { %t*, i16 }
3
4 define %t2* @f() {
5   ret %t2* null
6 }