blob: dc9678ec3356d526b2b748bc6e476056d9686093 [file] [log] [blame]
foo (a, b)
{
b++;
if (a <= b)
if ((int) a < (int) b)
b--;
else
b++;
return b;
}