main(int argc, char *argv[])
   {	long *op;
#define opm1 (op - 1)
	printf("%d", (char *)op - (char *)opm1);
   }
