summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test-plans/test.sml')
-rw-r--r--test-plans/test.sml2
1 files changed, 2 insertions, 0 deletions
diff --git a/test-plans/test.sml b/test-plans/test.sml
new file mode 100644
index 0000000..3ffa4ad
--- /dev/null
+++ b/test-plans/test.sml
@@ -0,0 +1,2 @@
+- if true then 0 else 1;
+val it = 0 : int