blob: 8af87ab25c7d6377f05c8fb986548b0858807155 [file] [log] [blame]
Steve Naroff83d63c72009-04-24 20:03:17 +00001/* For use with the objc_import.m test */
2
3@interface TestPCH
4+ alloc;
5- (void)instMethod;
6@end
7