summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/7068.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/7068.v')
-rw-r--r--test-suite/bugs/closed/7068.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/7068.v b/test-suite/bugs/closed/7068.v
new file mode 100644
index 00000000..9fadb195
--- /dev/null
+++ b/test-suite/bugs/closed/7068.v
@@ -0,0 +1,6 @@
+(* These tests are only about a subset of #7068 *)
+(* The original issue is still open *)
+
+Inductive foo : let T := Type in T := .
+Definition bob1 := Eval vm_compute in foo_rect.
+Definition bob2 := Eval native_compute in foo_rect.