static-2.hs   [plain text]


static int foo(void)
{
  static int counter;
  return counter++;
}