1void h(X*);
2
3@interface X (Blah) {
4}
5@end
6
7void g(X*);
8
9