Clang Project

clang_source_code/test/Index/targeted-cursor.m.h
1
2@interface I
3
4-(void)mm:(void (^)(I*))block;
5-(void)mm2:(I*)i;
6
7@end
8