blob: 34eb88ff822e94fda835688bbaa6ee2e64bcfb70 [file] [log] [blame]
inline int f ()
{
static int i;
return ++i;
}
int g ()
{
return f();
}