summaryrefslogtreecommitdiff
path: root/test-suite/vio/univ_constraints_statements.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/vio/univ_constraints_statements.v')
-rw-r--r--test-suite/vio/univ_constraints_statements.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-suite/vio/univ_constraints_statements.v b/test-suite/vio/univ_constraints_statements.v
new file mode 100644
index 00000000..bb6b9595
--- /dev/null
+++ b/test-suite/vio/univ_constraints_statements.v
@@ -0,0 +1,2 @@
+Lemma ssr_congr_arrow Plemma Pgoal : Plemma = Pgoal -> Plemma -> Pgoal.
+Proof using. intro H; rewrite H; trivial. Qed.