]> git.saurik.com Git - apple/objc4.git/blobdiff - test/future.h
objc4-756.2.tar.gz
[apple/objc4.git] / test / future.h
diff --git a/test/future.h b/test/future.h
new file mode 100644 (file)
index 0000000..a48dc9a
--- /dev/null
@@ -0,0 +1,15 @@
+#include "test.h"
+
+@interface Sub1 : TestRoot
++(int)method;
++(Class)classref;
+@end
+
+@interface Sub2 : TestRoot
++(int)method;
++(Class)classref;
+@end
+
+@interface SubSub1 : Sub1 @end
+
+@interface SubSub2 : Sub2 @end