xref
: /
dports
/
devel
/
llvm-cheri
/
llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8
/
clang
/
test
/
ARCMT
/
GC.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
@
interface
ExtInterface
{
3
__strong
ExtInterface
*
myivar
;
4
__strong
void
*
gcVar
;
5
}
6
@
end
7