summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4293.v
blob: 21d333fa63557d23016f5d0375af98ed1a9dfd55 (plain)
1
2
3
4
5
6
7
Module Type Foo.
Definition T := let X := Type in Type.
End Foo.

Module M : Foo.
Definition T := let X := Type in Type.
End M.