1#include "cacheflush.h"
2
3@implementation TestRoot (Category3)
4+(int)classMethod { return 3; }
5-(int)instanceMethod { return 3; }
6@end
7