]> git.saurik.com Git - apple/objc4.git/blob - test/cacheflush2.m
0337e3f8a85103042f9566cce0bced96c0394d90
[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