(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
graphite/
id-4.c
       1  extern int a[];
       2  void
       3  g ()
       4  {
       5    int i, b;
       6    for (i = 0; i < 10; i++)
       7      a[i] = (b == 0);
       8  }