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