flo.c   [plain text]


foo (a)
     double a;
{
  double b = 0.0;

  return (a == 0);
}