everest% CC fover2.C
"fover2.C", line 11: error(1285): cannot overload functions distinguished by
          return type alone
  int  foo (int a, int b)               { printf("returns int\n") ; return 1 ;  }
       ^

1 error detected in the compilation of "fover2.C".
everest% 
