xref: /llvm-project/clang/test/Modules/Inputs/MethodPoolBSub.h (revision 600a2f5a215619765d6f9e96e898b8dab43fb039)
1 @interface B (Sub)
2 - (char *)method3;
3 - (char*)method4;
4 - (id)method6;
5 @end
6