Import Upstream version 20180207
[hcoop/debian/mlton.git] / regression / fail / overloading-context.6.sml
1 structure S =
2 struct
3 val x = 0w0
4 structure S = struct end
5 val _ = x: Word8.word
6 end