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