aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/closed/5470.v
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-04-14 22:35:38 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2017-04-14 23:43:07 +0200
commit727ef1bd345f9ad9e08d9e4f136e2db7d034a93d (patch)
tree6d20e96440f7ea1595b53cf6efcafe7f9af6d55f /test-suite/bugs/closed/5470.v
parent53a50875b28ad96ab1559ca3f97db5133ca5c78e (diff)
Fixing bug #5470 (anomaly on notations with misused "binder" type).
Diffstat (limited to 'test-suite/bugs/closed/5470.v')
-rw-r--r--test-suite/bugs/closed/5470.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/5470.v b/test-suite/bugs/closed/5470.v
new file mode 100644
index 000000000..5b3984b6d
--- /dev/null
+++ b/test-suite/bugs/closed/5470.v
@@ -0,0 +1,3 @@
+(* This used to raise an anomaly *)
+
+Fail Reserved Notation "x +++ y" (at level 70, x binder).