summaryrefslogtreecommitdiffstats
path: root/clang/test/PCH/objc_methods.h
blob: bd775354349f137c26e4a5e97a1c1ed5a5afd3c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* For use with the methods.m test */

@interface TestPCH
+ alloc;
- (id)init;
@end

@class TestForwardClassDecl;

// FIXME: @compatibility_alias  AliasForTestPCH TestPCH;

OpenPOWER on IntegriCloud