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