C++程序  |  8行  |  97 B

/* For use with the objc_import.m test */

@interface TestPCH
+ alloc;
- (void)instMethod;
@end