summaryrefslogtreecommitdiff
path: root/test-suite/coq-makefile/template/theories/test.v
blob: 744b5aad7838b09bc5574fac097d1064c8dedb85 (plain)
1
2
3
4
5
6
7
Declare ML Module "test_plugin".
TestCommand.
Goal True.
Proof.
test_tactic.
exact I.
Qed.