No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / pch / static-3.hs
blobb881945f5eaf671a27a4bb76b8c5d14659721a99
1 static int foo(int *a)
3 int i, tot;
4 for (i = tot = 0; i < 100; i++)
5 tot += a[i];
6 return tot;