summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3562.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3562.v')
-rw-r--r--test-suite/bugs/closed/3562.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3562.v b/test-suite/bugs/closed/3562.v
new file mode 100644
index 00000000..1a1410a3
--- /dev/null
+++ b/test-suite/bugs/closed/3562.v
@@ -0,0 +1,6 @@
+(* Should not be an anomaly as it was at some time in
+ September/October 2014 but some "Disjunctive/conjunctive
+ introduction pattern expected" error *)
+
+Theorem t: True.
+Fail destruct 0 as x.