aboutsummaryrefslogtreecommitdiff
path: root/test-suite/misc/vio_checking.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/misc/vio_checking.v')
-rw-r--r--test-suite/misc/vio_checking.v9
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suite/misc/vio_checking.v b/test-suite/misc/vio_checking.v
new file mode 100644
index 0000000000..8dd5e47383
--- /dev/null
+++ b/test-suite/misc/vio_checking.v
@@ -0,0 +1,9 @@
+
+Lemma foo : Type.
+Proof. exact Type. Qed.
+
+Lemma foo1 : Type.
+Proof. exact Type. Qed.
+
+Lemma foo2 : Type.
+Proof. exact foo1. Qed.