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