diff options
Diffstat (limited to 'test-suite/bugs/opened/3808.v')
-rw-r--r-- | test-suite/bugs/opened/3808.v | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/3808.v b/test-suite/bugs/opened/3808.v new file mode 100644 index 000000000..df40ca191 --- /dev/null +++ b/test-suite/bugs/opened/3808.v @@ -0,0 +1,2 @@ +Inductive Foo : (let enforce := (fun x => x) : Type@{j} -> Type@{i} in Type@{i}) + := foo : Foo. |