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