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