blob: 08cc4395d0e0145b2bd54ecc2b216053d80e3be8 [file] [log] [blame]
static int foo(void)
{
static int counter;
return counter++;
}