]> git.saurik.com Git - apple/objc4.git/blob - test/cacheflush.h
objc4-493.9.tar.gz
[apple/objc4.git] / test / cacheflush.h
1 #include <objc/objc.h>
2
3 @interface Super { id isa; }
4 +class;
5 +(int)classMethod;
6 -(int)instanceMethod;
7 @end