diff options
Diffstat (limited to 'clang/test/ARCMT/GC.h')
-rw-r--r-- | clang/test/ARCMT/GC.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/ARCMT/GC.h b/clang/test/ARCMT/GC.h new file mode 100644 index 00000000000..6202e478c33 --- /dev/null +++ b/clang/test/ARCMT/GC.h @@ -0,0 +1,5 @@ + +@interface ExtInterface { + __strong ExtInterface *myivar; +} +@end |