blob: 8af87ab25c7d6377f05c8fb986548b0858807155 [file] [log] [blame]
Shih-wei Liaof8fd82b2010-02-10 11:10:31 -08001/* For use with the objc_import.m test */
2
3@interface TestPCH
4+ alloc;
5- (void)instMethod;
6@end
7