llvm-for-llvmta/tools/clang/test/Index/Inputs/hidden-redecls-sub.h

8 lines
90 B
Objective-C

@protocol P1
- (void)p1_method;
- (void)p1_method;
@end
@interface Foo (SubP1) <P1>
@end