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