summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4012.v
blob: 1748e3baad86514c3911e3724dd6f5515e7f5e2f (plain)
1
2
3
4
5
Goal (forall T : Type, T = T) -> Type.
Proof.
  intro H.
  Fail specialize (H _).
Abort.