summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4416.v
blob: 3189685ec07ee824341545a04ff8e458499af34c (plain)
1
2
3
4
Goal exists x, x.
Unset Solve Unification Constraints.
unshelve refine (ex_intro _ _ _); match goal with _ => refine (_ _) end.
(* Error: Incorrect number of goals (expected 2 tactics). *)