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