(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
930513-3.c
       1  test ()
       2  {
       3    short *p, q[3];
       4    int x;
       5  
       6    p = q;
       7    for (x = 0; x < 3; x++)
       8      *p++ = 0;
       9  }