type-unique-name.ll 53 B

12345
  1. %t = type { i8 }
  2. define %t* @f() {
  3. ret %t* null
  4. }