(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
static-3.hs
static int foo(int *a)
{
  int i, tot;
  for (i = tot = 0; i < 100; i++)
    tot += a[i];
  return tot;
}