This commit was manufactured by cvs2svn to create branch
[official-gcc.git] / gcc / testsuite / gcc.dg / pch / static-1.hs
blob08cc4395d0e0145b2bd54ecc2b216053d80e3be8
1 static int foo(void)
3 static int counter;
4 return counter++;