blob: 9ba0b6c9e023aa3725c6b66645bd77cc88e4f9c0 [file] [log] [blame]
foo (a, b)
{
a = b + b;
if (a)
return a;
return b;
}