blob: 2ba1cb9405c27e909f72a104dd30458ff87fd15e [file] [log] [blame]
static int mumble;
void
f (void)
{
mumble = 41;
}
int __attribute__((noinline))
g (void)
{
return ++mumble;
}