921e5a0eb4
From-SVN: r14840
8 lines
65 B
C
8 lines
65 B
C
foo (a)
|
|
double a;
|
|
{
|
|
double b = 0.0;
|
|
|
|
return (a == 0);
|
|
}
|