]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/PCH/objc_methods.h
Vendor import of clang trunk r132879:
[FreeBSD/FreeBSD.git] / test / PCH / objc_methods.h
1 /* For use with the methods.m test */
2
3 @interface TestPCH
4 + alloc;
5 - (id)init;
6 @end
7
8 @class TestForwardClassDecl;
9
10 // FIXME: @compatibility_alias  AliasForTestPCH TestPCH;
11