home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / MPW / GCC 1.37.1r15 / Tests / test.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-03  |  40 b   |  7 lines  |  [TEXT/MPS ]

  1. main()
  2. {
  3.     while (foo()) {
  4.         bar();
  5.     }
  6. }
  7.