summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3390.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/3390.v')
-rw-r--r--test-suite/bugs/closed/3390.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/3390.v b/test-suite/bugs/closed/3390.v
new file mode 100644
index 00000000..eb3c4f4b
--- /dev/null
+++ b/test-suite/bugs/closed/3390.v
@@ -0,0 +1,9 @@
+Tactic Notation "basicapply" open_constr(R) "using" tactic3(tac) "sideconditions" tactic0(tacfin) := idtac.
+Tactic Notation "basicapply" open_constr(R) := basicapply R using (fun Hlem => idtac) sideconditions (autounfold with spred; idtac).
+(* segfault in coqtop *)
+
+
+Tactic Notation "basicapply" tactic0(tacfin) := idtac.
+
+Goal True.
+basicapply subst.