aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/3655.v
blob: 2ec1da64d45e116c052abde46a7ac4f24edd7075 (plain)
1
2
3
4
5
Ltac bar x := pose x.
Tactic Notation "foo" open_constr(x) := bar x.
Class baz := { baz' : Type }.
Goal True.
  Fail foo baz'.