930513-3.c   [plain text]


test ()
{
  short *p, q[3];
  int x;

  p = q;
  for (x = 0; x < 3; x++)
    *p++ = 0;
}