minix/external/bsd/llvm/dist/clang/test/ARCMT/GC.h

7 lines
91 B
C
Raw Normal View History

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