FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / static-2.c
blob23e9af1267902128a2bce2608cae0511e7c1a8c9
1 #include "static-2.h"
2 int bar(void)
4 static int counter;
5 return counter++;