(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr85814.c
       1  int a;
       2  void b(char *c)
       3  {
       4    c += 4;
       5    for (int i = 0; i < 4; i++)
       6      a = *c++ = 2;
       7  }