X-Git-Url: https://git.saurik.com/apple/objc4.git/blobdiff_plain/7c0e6487d7b67b6bf6c632300ee4b74e8950b051..7af964d1562d70f51a8e9aca24215ac3d83d0624:/test/ivarSlide1.m diff --git a/test/ivarSlide1.m b/test/ivarSlide1.m new file mode 100644 index 0000000..59299a0 --- /dev/null +++ b/test/ivarSlide1.m @@ -0,0 +1,27 @@ +#include "test.h" +#include +#include + +#define OLD 0 +#include "ivarSlide.h" + +@implementation Base ++(void)initialize { } ++class { return self; } ++new { return class_createInstance(self, 0); } +-(void)dealloc { object_dispose(self); } +-(void)finalize { } +@end + +@implementation Super @end + +@implementation ShrinkingSuper @end + +@implementation MoreStrongSuper @end +@implementation LessStrongSuper @end +@implementation MoreWeakSuper @end +@implementation MoreWeak2Super @end +@implementation LessWeakSuper @end +@implementation LessWeak2Super @end +@implementation NoGCChangeSuper @end +@implementation RunsOf15 @end