darling-objc4/test/cacheflush3.m

7 lines
134 B
Mathematica
Raw Permalink Normal View History

2020-06-09 14:23:25 +00:00
#include "cacheflush.h"
@implementation TestRoot (Category3)
+(int)classMethod { return 3; }
-(int)instanceMethod { return 3; }
@end