Import Upstream version 20180207
[hcoop/debian/mlton.git] / lib / cml / tests / exit.sml
CommitLineData
7f918cf1
CE
1
2structure Main =
3struct
4 open CML
5
6 fun doit _ =
7 CML.exit ()
8end