bolt/deps/llvm-18.1.8/clang/test/Index/Inputs/hidden-redecls-sub.h

8 lines
90 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
@protocol P1
- (void)p1_method;
- (void)p1_method;
@end
@interface Foo (SubP1) <P1>
@end