* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / 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;