summaryrefslogtreecommitdiff
path: root/test-suite/failure/ltac4.v
blob: d1e4e892ddc7871e817999a107d479240190a87a (plain)
1
2
3
4
(* Check static globalisation of tactic names *)
(* Proposed by Benjamin (mars 2002) *)
Goal (n:nat)n=n.
Induction n; Try REflexivity.