(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
static-3.c
       1  #include "static-3.h"
       2  int bar(int *a)
       3  {
       4    int i, tot;
       5    for (i = tot = 0; i < 100; i++)
       6      tot += a[i];
       7    return tot;
       8  }