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