Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
clang
/
test
/
Index
/
targeted-cursor.m.h
Text
·
70 B
·
735c7bd
Raw
8 lines · c
1
2
@interface I
3
4
-(void)mm:(void (^)(I*))block;
5
-(void)mm2:(I*)i;
6
7
@end
8