Clang Project

clang_source_code/test/ARCMT/GC.h
1
2@interface ExtInterface {
3  __strong ExtInterface *myivar;
4  __strong void *gcVar;
5}
6@end
7