summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3953.v
blob: 167cecea8ea00ab617abe87c936291f4c9fbce6c (plain)
1
2
3
4
5
(* Checking subst on instances of evars (was bugged in 8.5 beta 1) *)
Goal forall (a b : unit), a = b -> exists c, b = c.
  intros.
  eexists.
  subst.