2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 930513-3.c
blobf8d4e60341c08d42928f20919905d4f516c96e69
1 test ()
3 short *p, q[3];
4 int x;
6 p = q;
7 for (x = 0; x < 3; x++)
8 *p++ = 0;