aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-09-04 14:16:01 +0200
committerPierre-Marie Pédrot2014-09-04 14:16:01 +0200
commitc9d9e0ffa4bd3efb9366726f3c78374d71f87b8b (patch)
tree3c86003ea57cb2bda12d3c6c4b9b605b4ed20205 /test-suite/bugs/opened
parent1b995f87ea992092acc7990039b343f5afacd296 (diff)
Status error for bug #3459.
Diffstat (limited to 'test-suite/bugs/opened')
-rw-r--r--test-suite/bugs/opened/3459.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/3459.v b/test-suite/bugs/opened/3459.v
new file mode 100644
index 0000000000..db42d96053
--- /dev/null
+++ b/test-suite/bugs/opened/3459.v
@@ -0,0 +1,9 @@
+Goal 1 = 2.
+Proof.
+match goal with
+ | [ |- context G[2] ] => let y := constr:(fun x => $(let r := constr:(@eq Set x x) in
+ clear x;
+ exact r)$) in
+ pose y
+end.
+Abort.