clang-1/test/PCH/objc_import.h

8 строки
97 B
Objective-C

/* For use with the objc_import.m test */
@interface TestPCH
+ alloc;
- (void)instMethod;
@end