summaryrefslogtreecommitdiffstats
path: root/src/ocaml-core-test.ml
diff options
context:
space:
mode:
authorWilliam <r.3@libertysurf.fr>2012-07-11 20:25:15 (GMT)
committerWilliam <r.3@libertysurf.fr>2012-08-23 21:24:22 (GMT)
commitf7e8a7a5f673b739fdb7631de24a23086c65eae2 (patch)
tree295de51a87f3b09ff6b76d6db806feeda21ffe81 /src/ocaml-core-test.ml
parent53ea6fa0b10a97c3323174582cfa84caffcd266a (diff)
downloadmxe-f7e8a7a5f673b739fdb7631de24a23086c65eae2.zip
mxe-f7e8a7a5f673b739fdb7631de24a23086c65eae2.tar.gz
mxe-f7e8a7a5f673b739fdb7631de24a23086c65eae2.tar.bz2
add package ocaml-core
Diffstat (limited to 'src/ocaml-core-test.ml')
-rw-r--r--src/ocaml-core-test.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ocaml-core-test.ml b/src/ocaml-core-test.ml
new file mode 100644
index 0000000..4b7885e
--- /dev/null
+++ b/src/ocaml-core-test.ml
@@ -0,0 +1,4 @@
+open Printf
+open Format
+let _ =
+ ignore (1+2)