(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
20101009-2_1.c
       1  int foo (void)
       2  {
       3    static int i;
       4    return ++i;
       5  }