aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/3655.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/opened/3655.v')
-rw-r--r--test-suite/bugs/opened/3655.v5
1 files changed, 5 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/3655.v b/test-suite/bugs/opened/3655.v
new file mode 100644
index 000000000..3ef112b7c
--- /dev/null
+++ b/test-suite/bugs/opened/3655.v
@@ -0,0 +1,5 @@
+Ltac bar x := pose x.
+Tactic Notation "foo" open_constr(x) := bar x.
+Class baz := { baz' : Type }.
+Goal True.
+ foo baz'.