(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
graphite/
id-12.c
       1  void
       2  foo (unsigned short x[])
       3  {
       4    int i;
       5    unsigned short *p = &x[2];
       6    if (*p)
       7      x += 2;
       8    for (i = 2; i < 9; i++, ++x)
       9      *x >>= 8;
      10  }