summaryrefslogtreecommitdiff
path: root/test-suite/coqchk/bug_8655.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coqchk/bug_8655.v')
-rw-r--r--test-suite/coqchk/bug_8655.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/test-suite/coqchk/bug_8655.v b/test-suite/coqchk/bug_8655.v
new file mode 100644
index 00000000..06d08b20
--- /dev/null
+++ b/test-suite/coqchk/bug_8655.v
@@ -0,0 +1 @@
+Inductive IND2 (A:Type) (T:=fun _ : Type->Type => A) := CONS2 : IND2 A -> IND2 (T IND2).