]> git.saurik.com Git - apple/objc4.git/blobdiff - test/future.h
objc4-437.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..71470cd
--- /dev/null
@@ -0,0 +1,19 @@
+#include "test.h"
+
+@interface Super { id isa; } 
++class;
+@end
+
+@interface Sub1 : Super
++(int)method;
++(Class)classref;
+@end
+
+@interface Sub2 : Super
++(int)method;
++(Class)classref;
+@end
+
+@interface SubSub1 : Sub1 @end
+
+@interface SubSub2 : Sub2 @end