blob: 4c6b1e1ccec00ae3d3389fb018374c16c0be3993 [file] [log] [blame]
/* For use with the methods.m test */
@interface TestPCH
+ alloc;
- (void)instMethod;
@end
@class TestForwardClassDecl;
// FIXME: @compatibility_alias AliasForTestPCH TestPCH;