Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.32.sml
CommitLineData
7f918cf1
CE
1structure S:>
2 sig
3 type t
4 val x: t
5 end =
6 struct
7 type t = real
8 val x = 13.0
9 end
10val _ = S.x = S.x