Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / modules.11.sml
CommitLineData
7f918cf1
CE
1structure S:
2 sig
3 datatype t = T
4 end =
5 struct
6 type t = int
7 end