#include "static-2.h"
int bar(void)
{
  static int counter;
  return counter++;
}


syntax highlighted by Code2HTML, v. 0.9.1