bolt/deps/llvm-18.1.8/clang/test/Index/Inputs/complete-pch.h

11 lines
161 B
C
Raw Normal View History

2025-02-14 19:21:04 +01:00
@interface A
- (int)instanceMethod1:(int)x;
+ (int)classMethod1:(double)d;
@end
@interface B
- (int)instanceMethod2:(int)x;
+ (int)classMethod2:(float)f;
@end