Backport from sid to buster
[hcoop/debian/mlton.git] / regression / fail / modules.26.sml
CommitLineData
7f918cf1
CE
1structure S:
2 sig
3 datatype 'a t = T of int
4 end =
5 struct
6 datatype 'a t = T of 'a
7 end