summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/6770.v
blob: 9bcc7408306cf43740ae7319686671cf76c27f96 (plain)
1
2
3
4
5
6
7
Section visibility.

  Let Fixpoint by_proof (n:nat) : True.
  Proof. exact I. Defined.
End visibility.

Fail Check by_proof.