aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorHugo Herbelin2017-10-05 00:41:29 +0200
committerHugo Herbelin2017-10-05 00:45:52 +0200
commitd24bab45123f4e4eb3918be55fb1a7dc54be2b3b (patch)
tree137b6b559d5ccc1e9ddcb9ff768e2d625d578bfc /test-suite
parentb9740771e8113cb9e607793887be7a12587d0326 (diff)
Fixing #5765 (an anomaly with 'pat in parameters of inductive definition).
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/5765.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5765.v b/test-suite/bugs/closed/5765.v
new file mode 100644
index 0000000000..343ab49357
--- /dev/null
+++ b/test-suite/bugs/closed/5765.v
@@ -0,0 +1,3 @@
+(* 'pat binder not (yet?) allowed in parameters of inductive types *)
+
+Fail Inductive X '(a,b) := x.