5 @implementation SmallClass : TestRoot
6 -(void)unload2_instance_method { }
10 @implementation BigClass : TestRoot
11 +(void) forward:(void *) __unused sel :(void*) __unused args { }
12 -(void) forward:(void *) __unused sel :(void*) __unused args { }
16 @interface UnusedClass { id isa; } @end
17 @implementation UnusedClass @end
20 @implementation SmallClass (Category)
21 -(void)unload2_category_method { }