(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
static-2.hs
static int foo(void)
{
  static int counter;
  return counter++;
}