]> git.saurik.com Git - apple/objc4.git/blob - test/cacheflush0.m
objc4-493.9.tar.gz
[apple/objc4.git] / test / cacheflush0.m
1 #include "cacheflush.h"
2
3 @implementation Super
4 +(void)initialize { }
5 +class { return self; }
6 +(int)classMethod { return 1; }
7 -(int)instanceMethod { return 1; }
8 @end