summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4453.v
blob: 009dd5e3ca4126619a1675ed5fd9309df75051c2 (plain)
1
2
3
4
5
6
7
8

Section Foo.
Variable A : Type.
Lemma foo : A -> True. now intros _. Qed.
Goal Type -> True.
rename A into B.
intros A.
Fail apply foo.