aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test-suite/success/intros.v86
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/success/intros.v8 b/test-suite/success/intros.v8
new file mode 100644
index 0000000000..1da947b50c
--- /dev/null
+++ b/test-suite/success/intros.v8
@@ -0,0 +1,6 @@
+(* Thinning introduction hypothesis must be done after all introductions *)
+(* Submitted by Guillaume Melquiond (bug #1000) *)
+
+Goal forall A, A -> True.
+intros _ _.
+