Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / 1.sml
CommitLineData
7f918cf1
CE
1functor F () =
2 struct
3 val x = y
4 end
5
6val y = 13
7
8structure S = F ()