modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/930513-3.c (about)

     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  }