llvm-capstone/clang/test/ARCMT/GC.h
2011-11-06 18:58:23 +00:00

7 lines
91 B
Objective-C

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