blob: 23e9af1267902128a2bce2608cae0511e7c1a8c9 [file] [log] [blame]
#include "static-2.h"
int bar(void)
{
static int counter;
return counter++;
}