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

12 lines
181 B
C
Raw Normal View History

/* For use with the methods.m test */
@interface TestPCH
+ alloc;
- (void)instMethod;
@end
@class TestForwardClassDecl;
// FIXME: @compatibility_alias AliasForTestPCH TestPCH;