aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-01-31 07:40:59 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-01-31 07:40:59 +0100
commit89dbc7ded0852258ef205263bfe618600168c52c (patch)
treef9720143739460052be3d3aea631c05d98938e48 /test-suite/bugs
parent879ebad4d0b39fda275a72ba44c1f4dfbb9282e5 (diff)
parentaa0418ded1084794354a2e34c409c7bbca9fe091 (diff)
Merge PR #6535: Cleanup name-binding structure for fresh evar name generation.
Diffstat (limited to 'test-suite/bugs')
-rw-r--r--test-suite/bugs/closed/6534.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/6534.v b/test-suite/bugs/closed/6534.v
new file mode 100644
index 000000000..f5013994c
--- /dev/null
+++ b/test-suite/bugs/closed/6534.v
@@ -0,0 +1,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.