minix/external/bsd/llvm/dist/clang/test/Index/Inputs/complete-pch.h

11 lines
161 B
C
Raw Normal View History

@interface A
- (int)instanceMethod1:(int)x;
+ (int)classMethod1:(double)d;
@end
@interface B
- (int)instanceMethod2:(int)x;
+ (int)classMethod2:(float)f;
@end