2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / static-3.c
blobeae0ab078050caaccf77987542ea8e476d4fbb75
1 #include "static-3.h"
2 int bar(int *a)
4 int i, tot;
5 for (i = tot = 0; i < 100; i++)
6 tot += a[i];
7 return tot;