summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/2814.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/bugs/closed/2814.v')
-rw-r--r--test-suite/bugs/closed/2814.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/bugs/closed/2814.v b/test-suite/bugs/closed/2814.v
new file mode 100644
index 00000000..99da1e3e
--- /dev/null
+++ b/test-suite/bugs/closed/2814.v
@@ -0,0 +1,6 @@
+Require Import Program.
+
+Goal forall (x : Type) (f g : Type -> Type) (H : f x ~= g x), False.
+ intros.
+ Fail induction H.
+Abort.