]> git.saurik.com Git - apple/objc4.git/blob - test/cacheflush0.m
objc4-680.tar.gz
[apple/objc4.git] / test / cacheflush0.m
1 #include "cacheflush.h"
2 #include "testroot.i"
3
4 @implementation TestRoot(cat)
5 +(int)classMethod { return 1; }
6 -(int)instanceMethod { return 1; }
7 @end