(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr26781-2.c
       1  void zconfdump(__SIZE_TYPE__ i)
       2  {
       3    for (;;)
       4      {
       5        char __a0;
       6        __a0 = ("\"\\")[i];
       7        if (__a0)
       8          return;
       9      }
      10  }
      11