home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Interactive Guide / c-cplusplus-interactive-guide.iso / c_ref / csource5 / 357_01 / cstar1.exe / GOTO.TST < prev    next >
Encoding:
Text File  |  1991-11-15  |  56 b   |  10 lines

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