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