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


syntax highlighted by Code2HTML, v. 0.9.1