aboutsummaryrefslogtreecommitdiffhomepage
path: root/test-suite/coq-makefile/compat-subdirs/theories/test.v
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/coq-makefile/compat-subdirs/theories/test.v')
-rw-r--r--test-suite/coq-makefile/compat-subdirs/theories/test.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/test-suite/coq-makefile/compat-subdirs/theories/test.v b/test-suite/coq-makefile/compat-subdirs/theories/test.v
new file mode 100644
index 000000000..7753b56aa
--- /dev/null
+++ b/test-suite/coq-makefile/compat-subdirs/theories/test.v
@@ -0,0 +1,7 @@
+Declare ML Module "test_plugin".
+Test.
+Goal True.
+Proof.
+test.
+exact I.
+Qed.