xref: /llvm-project/llvm/test/Linker/Inputs/type-unique-opaque.ll (revision 6a9043ef2e129c6d952780eb658b580ef910e554)
1%t = type { i8 }
2%t2 = type { %t, i16 }
3
4define %t2 @f() {
5  ret %t2 { %t { i8 0 }, i16 0 }
6}
7