#include <objc/Object.h>

@interface simple: Object
{
  int value;
}

-init: (int) x;
-print;

@end
