]> git.saurik.com Git - apple/objc4.git/blob - test/unload.h
objc4-493.9.tar.gz
[apple/objc4.git] / test / unload.h
1 @interface SmallClass { id isa; }
2 +(id)new;
3 -(void)free;
4 @end
5
6 @interface BigClass { id isa; }
7 +(id)new;
8 -(void)free;
9 @end
10