summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3228.v
blob: 5d1a0ff88bff36077a96251cba90c9851f650556 (plain)
1
2
3
4
5
6
7
(* Check that variables in the context do not take precedence over
   ltac variables *)

Ltac bar x := exact x.
Goal False -> False.
  intro x.
  Fail bar doesnotexist.