aboutsummaryrefslogtreecommitdiff
path: root/test-suite/vio/univ_constraints_statements_body.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/vio/univ_constraints_statements_body.v')
-rw-r--r--test-suite/vio/univ_constraints_statements_body.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/vio/univ_constraints_statements_body.v b/test-suite/vio/univ_constraints_statements_body.v
new file mode 100644
index 0000000000..6302adefc2
--- /dev/null
+++ b/test-suite/vio/univ_constraints_statements_body.v
@@ -0,0 +1,7 @@
+Definition T := Type.
+Definition T1 : T := Type.
+
+Lemma x : True.
+Proof.
+exact (let a : T := Type in I).
+Qed.