repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
ARCMT
/
allowlisted
/
header1.h
blob
33f77aa5dd15277d837362fe62e8759f8f54e157
1
2
@interface I1
:
NSObject
3
-(
int
)
prop
;
4
-(
void
)
setProp
:(
int
)
p
;
5
+(
id
)
i1
;
6
@end
7
8
typedef
long
NSInteger
;