From 727ef1bd345f9ad9e08d9e4f136e2db7d034a93d Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Fri, 14 Apr 2017 22:35:38 +0200 Subject: Fixing bug #5470 (anomaly on notations with misused "binder" type). --- test-suite/bugs/closed/5470.v | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test-suite/bugs/closed/5470.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/5470.v b/test-suite/bugs/closed/5470.v new file mode 100644 index 0000000000..5b3984b6df --- /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). -- cgit v1.2.3