summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5045.v
blob: dc38738d8ff888242a19c08fd7f3f777c64bcf30 (plain)
1
2
3
Axiom silly : 1 = 1 -> nat -> nat.
Goal forall pf : 1 = 1, silly pf 0 = 0 -> True.
  Fail generalize (@eq nat).