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
/
getcursor-preamble.h
Text
·
76 B
·
519e655
Raw
9 lines · c
1
@interface I {
2
struct AA {
3
int x;
4
} aa;
5
int var;
6
}
7
-(id)foo;
8
@end
9