blob: 4a97fe8062078d5e065cbf3a8577f55a3885674a [file] [log] [blame]
int bar (void)
{
static int i;
return ++i;
}