aboutsummaryrefslogtreecommitdiff
path: root/test-suite/misc/vio_checking_bad.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/misc/vio_checking_bad.v')
-rw-r--r--test-suite/misc/vio_checking_bad.v4
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/misc/vio_checking_bad.v b/test-suite/misc/vio_checking_bad.v
new file mode 100644
index 0000000000..f32d06f34a
--- /dev/null
+++ b/test-suite/misc/vio_checking_bad.v
@@ -0,0 +1,4 @@
+(* a file to check that vio-checking is not a noop *)
+
+Lemma foo : Type.
+Proof. match goal with |- ?G => exact G end. Qed.