aboutsummaryrefslogtreecommitdiff
path: root/test-suite
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-09 14:39:35 +0100
committerGaëtan Gilbert2020-03-09 14:39:35 +0100
commitb02ae8e4faa26ded157c9379572e9a43e0394290 (patch)
treea73dc48faf096d830b38918e0f1176759611f06f /test-suite
parentdbd3a4c4213b3d56908a8387de93e27aaec501a4 (diff)
Fix #11730: Mangle Names vs Infix
Diffstat (limited to 'test-suite')
-rw-r--r--test-suite/bugs/closed/bug_11730.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/bug_11730.v b/test-suite/bugs/closed/bug_11730.v
new file mode 100644
index 0000000000..f788636f9c
--- /dev/null
+++ b/test-suite/bugs/closed/bug_11730.v
@@ -0,0 +1,6 @@
+Set Mangle Names.
+
+Infix "&&&" := andb (at level 40, left associativity).
+(* Error: Variable _0 occurs more than once. *)
+
+Check (_ &&& _).