bolt/deps/llvm-18.1.8/clang/test/Modules/Inputs/MethodPoolASub.h
2025-02-14 19:21:04 +01:00

6 lines
85 B
Objective-C

@interface A (Sub)
- (char)method3;
- (char*)method4;
- (void)method5:(C*)obj;
@end