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