summaryrefslogtreecommitdiff
path: root/clang/test/ARCMT/GC.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/ARCMT/GC.h')
-rw-r--r--clang/test/ARCMT/GC.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/clang/test/ARCMT/GC.h b/clang/test/ARCMT/GC.h
new file mode 100644
index 0000000..4301baf
--- /dev/null
+++ b/clang/test/ARCMT/GC.h
@@ -0,0 +1,6 @@
+
+@interface ExtInterface {
+ __strong ExtInterface *myivar;
+ __strong void *gcVar;
+}
+@end