No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / 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;