1%foo = type { i8* }
2define void @g(%foo* %x) {
3  ret void
4}
5