xref: /llvm-project/clang/test/ARCMT/GC.h (revision f233dac67cc8b7fbbca48db22fc1a05de09bf964)
1 
2 @interface ExtInterface {
3   __strong ExtInterface *myivar;
4   __strong void *gcVar;
5 }
6 @end
7