2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / static-1.c
blob33a139120455dac7021e3d1f750d865f2952e105
1 #include "static-1.h"
2 static int bar(void)
4 static int counter;
5 return counter++;