aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/bugs/opened/3938.v
diff options
context:
space:
mode:
authorGravatar Xavier Clerc <xavier.clerc@inria.fr>2015-01-28 11:37:01 +0100
committerGravatar Xavier Clerc <xavier.clerc@inria.fr>2015-01-28 11:37:01 +0100
commit754e66eb2878eb964e0369226ae809ecadb1b376 (patch)
treea79e699bea04fb395951ed7dbb7af5cb3006b3bc /test-suite/bugs/opened/3938.v
parent7ea6e6a3f10089f1ae8e1cb3be324edc39958c88 (diff)
Several reproduction cases for the test suite.
Diffstat (limited to 'test-suite/bugs/opened/3938.v')
-rw-r--r--test-suite/bugs/opened/3938.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/opened/3938.v b/test-suite/bugs/opened/3938.v
new file mode 100644
index 000000000..2d0d1930f
--- /dev/null
+++ b/test-suite/bugs/opened/3938.v
@@ -0,0 +1,6 @@
+Require Import Coq.Arith.PeanoNat.
+Hint Extern 1 => admit : typeclass_instances.
+Goal forall a b (f : nat -> Set), Nat.eq a b -> f a = f b.
+ intros a b f H.
+ rewrite H. (* Toplevel input, characters 15-25:
+Anomaly: Evar ?X11 was not declared. Please report. *)