1*67e74705SXin Li@protocol NSObject 2*67e74705SXin Li- (oneway void)release; 3*67e74705SXin Li@end 4*67e74705SXin Li 5*67e74705SXin Li#ifdef PART1 6*67e74705SXin Listatic inline void part1(id p) { 7*67e74705SXin Li} 8*67e74705SXin Li#endif 9*67e74705SXin Li 10*67e74705SXin Li#ifdef PART2 11*67e74705SXin Listatic inline void part2(id p) { 12*67e74705SXin Li} 13*67e74705SXin Li#endif 14