summaryrefslogtreecommitdiff
path: root/test-suite/vio/print.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/vio/print.v')
-rw-r--r--test-suite/vio/print.v10
1 files changed, 10 insertions, 0 deletions
diff --git a/test-suite/vio/print.v b/test-suite/vio/print.v
new file mode 100644
index 00000000..9c36a463
--- /dev/null
+++ b/test-suite/vio/print.v
@@ -0,0 +1,10 @@
+Lemma a : True.
+Proof.
+idtac.
+exact I.
+Qed.
+
+Print a.
+
+Lemma b : False.
+Admitted.