llvm/clang/test/ARCMT/GC.h


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