6 #ifndef NO_LABEL_VALUES
7 register void *base
= &&x
;
9 static void *tab
[] = {&&x
, &&y
, &&z
};
13 for (i
= 0; i
< 3; ++i
)
14 optab
[i
] = (short)(tab
[i
] - base
);
25 strcpy (buf
, "xyxyz");
33 execute ((short *) 0);
39 if (strcmp (buf
, "xyxyz"))