1 /* Contributed by Nicola Pero - Tue Mar 6 23:05:53 CET 2001 */
3 #include <objc/objc-api.h>
5 #include "next_mapping.h"
7 /* Tests creating a root class and a subclass */
15 @implementation RootClass
18 @interface SubClass : RootClass
21 @implementation SubClass
24 #include "class-tests-1.h"
28 test_class_with_superclass ("SubClass", "RootClass");