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