No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / pch / static-2.hs
blob08cc4395d0e0145b2bd54ecc2b216053d80e3be8
1 static int foo(void)
3 static int counter;
4 return counter++;