hanchenye-llvm-project/clang/test/PCH/objc_import.h

8 lines
97 B
Objective-C

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