Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.21.sml
CommitLineData
7f918cf1
CE
1structure S: sig val x: bool end =
2 struct
3 val x = 13
4 end