bolt/deps/llvm-18.1.8/clang/test/Index/Inputs/hidden-redecls-sub.h
2025-02-14 19:21:04 +01:00

7 lines
90 B
Objective-C

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