summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/4214.v
blob: 3daf45213226a4e85a81074094e468aa73757874 (plain)
1
2
3
4
5
(* Check that subst uses all equations around *)
Goal forall A (a b c : A), b = a -> b = c -> a = c.
intros.
subst.
Fail reflexivity.