summaryrefslogtreecommitdiff
path: root/test-suite/bugs/opened/3938.v
diff options
context:
space:
mode:
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 00000000..2d0d1930
--- /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. *)