home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 355_03 / slk3.exe / TEST / TST / RELOP.TST < prev    next >
Text File  |  1991-11-14  |  128b  |  8 lines

  1. main()
  2. {
  3.     int a,b,c,d,e,f,g;
  4.  
  5.     a = b < c;
  6.     a = b++ < c++;
  7. }
  8.