Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / posix-exit.sml
1 val _ = (TextIO.output (TextIO.stdOut, "hello")
2 ; Posix.Process.exit 0w0)