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  }
       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  }