summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/bug_8755.v
blob: cd5aee4fa013c42c5f92445bc057918d8ac5e3ed (plain)
1
2
3
4
5
6

Lemma f : Type.
Fail let i := ident:(i) in
let t := context i [Type] in
idtac.
Abort.