Files
clang-p2996/clang/test/PCH/objc_methods.h
Steve Naroff 0cbba990d7 More PushOnScopeChain() FIXME's.
llvm-svn: 69894
2009-04-23 16:00:56 +00:00

12 lines
181 B
Objective-C

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