2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / static-2.hs
blob08cc4395d0e0145b2bd54ecc2b216053d80e3be8
1 static int foo(void)
3 static int counter;
4 return counter++;