home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Moscow ML 1.31 / source code / mosml / src / test / testsyn.sml < prev    next >
Encoding:
Text File  |  1996-07-03  |  99 b   |  7 lines  |  [TEXT/R*ch]

  1. (* This test contains---intensionally--- a syntax error *)
  2.  
  3. let
  4.   val x = 25
  5. in
  6.  (x, 10, x; x)
  7. end;