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
/
GC.h
blob
4301baf272465a6f5e9f0c326d0e1f3669783600
1
2
@interface ExtInterface
{
3
__strong ExtInterface
*
myivar
;
4
__strong
void
*
gcVar
;
5
}
6
@end