1 #include <objc/Object.h>
3 @interface NonDebug: Object
7 @interface NonDebug2: Object
12 @implementation NonDebug
16 printf("method someMethod\n");
21 @implementation NonDebug2
25 printf("method2 someMethod\n");
32 int main (int argc, const char *argv[])