blob: 887057db7a5ec87f5934e713e5bde770b5472fb1 [file] [log] [blame]
int foo (void)
{
static int i;
return ++i;
}