921e5a0eb4
From-SVN: r14840
8 lines
63 B
C
8 lines
63 B
C
foo (a, b)
|
|
{
|
|
a = b + b;
|
|
if (a)
|
|
return a;
|
|
return b;
|
|
}
|