Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / 2.sml
CommitLineData
7f918cf1
CE
1val _ =
2 let val x = ref []
3 in (!x = [1], !x = [true])
4 end