summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3277.v
blob: 5f4231363a20a6d82e034a026c91e88def8a7106 (plain)
1
2
3
4
5
6
7
Tactic Notation "evarr" open_constr(x) := let y := constr:(x) in exact y.

Goal True.
  evarr _.
Admitted.
Goal True.
  Fail exact ltac:(evarr _). (* Error: Cannot infer this placeholder. *)