3 #include <objc/runtime.h>
10 @implementation Super @end
12 @implementation ShrinkingSuper @end
14 @implementation MoreStrongSuper @end
15 @implementation LessStrongSuper @end
16 @implementation MoreWeakSuper @end
17 @implementation MoreWeak2Super @end
18 @implementation LessWeakSuper @end
19 @implementation LessWeak2Super @end
20 @implementation NoGCChangeSuper @end
21 @implementation RunsOf15 @end