hanchenye-llvm-project/clang/test/ARCMT/GC.h

7 lines
91 B
Objective-C

@interface ExtInterface {
__strong ExtInterface *myivar;
__strong void *gcVar;
}
@end