summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3736.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3736.v')
-rw-r--r--test-suite/bugs/closed/3736.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3736.v b/test-suite/bugs/closed/3736.v
new file mode 100644
index 00000000..637b77cc
--- /dev/null
+++ b/test-suite/bugs/closed/3736.v
@@ -0,0 +1,8 @@
+(* Check non-error failure in case of unsupported decidability scheme *)
+Local Set Decidable Equality Schemes.
+
+Inductive a := A with b := B.
+
+(* But fails with error if explicitly asked for the scheme *)
+
+Fail Scheme Equality for a.