home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Compilers⁄Interps / GCC-2.3.3r12 / Tests / float.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-05-26  |  38 b   |  7 lines  |  [TEXT/MPS ]

  1. float  f, g;
  2.  
  3. main()
  4. {
  5.     foo(f * g);
  6. }
  7.