summaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_11549.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_11549.v b/test-suite/bugs/closed/bug_11549.v
new file mode 100644
index 0000000..7608e1c
--- /dev/null
+++ b/test-suite/bugs/closed/bug_11549.v
@@ -0,0 +1,5 @@
+From Ltac2 Require Ltac2.
+
+Notation "t $ r" := (t r)
+ (at level 65, right associativity, only parsing).
+Check S $ O.