home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 357_01 / cstar1.exe / POST.TST < prev    next >
Text File  |  1991-11-15  |  246b  |  16 lines

  1. main()
  2. {
  3.     int a,b,c,d,e,f,g,h,i,j,k;
  4.  
  5.     if(a++ && ((b++ = c++ && d++) && (h = e++ < f++) && (i++ != j++))) {
  6.         trap(1);
  7.     }
  8.  
  9.     if(a++ && ((b++ = c++ && d++) && (h = e++ < f++) && (i++ != j++))) {
  10.         trap(2);
  11.     }
  12.     else {
  13.         trap(3);
  14.     }
  15. }
  16.