aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/bugs/closed/shouldfail/2846.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/shouldfail/2846.v b/test-suite/bugs/closed/shouldfail/2846.v
new file mode 100644
index 0000000000..2769b4d31a
--- /dev/null
+++ b/test-suite/bugs/closed/shouldfail/2846.v
@@ -0,0 +1,3 @@
+Variable R : Type.
+
+Inductive I : R := c : R.