Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / gc-collect.sml
CommitLineData
7f918cf1
CE
1val _ = print "Hello, "
2val _ = MLton.GC.collect ()
3val _ = print "world!\n"