aboutsummaryrefslogtreecommitdiff
path: root/test-suite/micromega/bug_11270.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/micromega/bug_11270.v')
-rw-r--r--test-suite/micromega/bug_11270.v6
1 files changed, 6 insertions, 0 deletions
diff --git a/test-suite/micromega/bug_11270.v b/test-suite/micromega/bug_11270.v
new file mode 100644
index 0000000000..80abc6d0e9
--- /dev/null
+++ b/test-suite/micromega/bug_11270.v
@@ -0,0 +1,6 @@
+Require Import Psatz.
+Theorem foo : forall a b, 1 <= S (a + a * S b).
+Proof.
+intros.
+lia.
+Qed.