[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / ARCMT / GC.h
blob4301baf272465a6f5e9f0c326d0e1f3669783600
2 @interface ExtInterface {
3 __strong ExtInterface *myivar;
4 __strong void *gcVar;
6 @end