summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3320.v
blob: a5c243d8e339987c7354dc018ade3148308e1c8a (plain)
1
2
3
4
5
Goal forall x : nat, True.
  fix goal 1.
  assumption.
Fail Qed.
Undo.