blob: f8d4e60341c08d42928f20919905d4f516c96e69 [file] [log] [blame]
test ()
{
short *p, q[3];
int x;
p = q;
for (x = 0; x < 3; x++)
*p++ = 0;
}