type-unique-opaque.ll 79 B

123456
  1. %t = type { i8 }
  2. %t2 = type { %t*, i16 }
  3. define %t2* @f() {
  4. ret %t2* null
  5. }