summaryrefslogtreecommitdiff
path: root/test-suite/success/parsing.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/success/parsing.v')
-rw-r--r--test-suite/success/parsing.v8
1 files changed, 8 insertions, 0 deletions
diff --git a/test-suite/success/parsing.v b/test-suite/success/parsing.v
new file mode 100644
index 00000000..d1b679d5
--- /dev/null
+++ b/test-suite/success/parsing.v
@@ -0,0 +1,8 @@
+Section A.
+Notation "*" := O (at level 8).
+Notation "**" := O (at level 99).
+Notation "***" := O (at level 9).
+End A.
+Notation "*" := O (at level 8).
+Notation "**" := O (at level 99).
+Notation "***" := O (at level 9).