]> git.saurik.com Git - apple/objc4.git/blob - test/cacheflush.h
objc4-756.2.tar.gz
[apple/objc4.git] / test / cacheflush.h
1 #include <objc/objc.h>
2 #include "test.h"
3
4 @interface TestRoot(cat)
5 +(int)classMethod;
6 -(int)instanceMethod;
7 @end