llvm-project/clang/test/Modules/Inputs/MethodPoolBSub.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
76 B
C
Raw Normal View History

@interface B (Sub)
- (char *)method3;
- (char*)method4;
- (id)method6;
@end