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 / GOTO.TST < prev    next >
Text File  |  1991-11-15  |  56b  |  10 lines

  1. main()
  2. {
  3. b:
  4.     goto a;
  5. a:
  6.     goto b;
  7. c:
  8.     goto d;
  9. }
  10.