blob: 551dd1b6510559056955565002af07ed187f1476 [file] [log] [blame]
int foo()
{
int r = 10;
r++;
int ret = r + 10;
return ret;
}