3 #include <objc/runtime.h>
10 +class { return self; }
11 +new { return class_createInstance(self, 0); }
12 -(void)dealloc { object_dispose(self); }
16 @implementation Super @end
18 @implementation ShrinkingSuper @end
20 @implementation MoreStrongSuper @end
21 @implementation LessStrongSuper @end
22 @implementation MoreWeakSuper @end
23 @implementation MoreWeak2Super @end
24 @implementation LessWeakSuper @end
25 @implementation LessWeak2Super @end
26 @implementation NoGCChangeSuper @end
27 @implementation RunsOf15 @end