summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/6534.v
blob: f5013994c5128a69f4edf8c34951f62349ed3c11 (plain)
1
2
3
4
5
6
7
Goal forall x : nat, x = x.
Proof.
intros x.
refine ((fun x x => _ tt) tt tt).
let t := match goal with [ |- ?P ] => P end in
let _ := type of t in
idtac.