summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5790.v
blob: 6c93a3906eee3c05e14e81a7cc67c9e8878015a3 (plain)
1
2
3
4
5
6
7
Set Universe Polymorphism.
Section foo.
Context (v : Type).
Axiom a : True <-> False.

Hint Resolve -> a.
End foo.