]> git.saurik.com Git - apple/objc4.git/blob - test/ivarSlide1.m
objc4-680.tar.gz
[apple/objc4.git] / test / ivarSlide1.m
1 #include "test.h"
2 #include <stdint.h>
3 #include <objc/runtime.h>
4
5 #define OLD 0
6 #include "ivarSlide.h"
7
8 #include "testroot.i"
9
10 @implementation Super @end
11
12 @implementation ShrinkingSuper @end
13
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