diff options
| -rw-r--r-- | test-suite/bugs/closed/3723.v | 6 |
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 0000000000..d0b77c451b --- /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. |
