summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4293.v
blob: 3671c931b7f022afbb4dc3f06bcc9cb89b916126 (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.