blob: 01ec724eb2fefa2ec38ed9750c090d3ef1dacfba [file] [log] [blame]
foo (a, b, c, d)
{
if (a < 0)
{
b = c;
}
else
{
b = d;
}
return b + 75;
}