summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3723.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3723.v')
-rw-r--r--test-suite/bugs/closed/3723.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3723.v b/test-suite/bugs/closed/3723.v
new file mode 100644
index 00000000..d0b77c45
--- /dev/null
+++ b/test-suite/bugs/closed/3723.v
@@ -0,0 +1,6 @@
+(* Bugs #3787 and #3723 on reinitializing camlp5 levels *)
+
+Definition a := True.
+Reserved Notation "-- x" (at level 50, x at level 20).
+Reserved Notation "--- x" (at level 20).
+Reset a.