921e5a0eb4
From-SVN: r14840
8 lines
57 B
C
8 lines
57 B
C
foo (a)
|
|
{
|
|
int r = 0;
|
|
if (a)
|
|
r = 1;
|
|
return r;
|
|
}
|