summaryrefslogtreecommitdiffstats
path: root/tests/050-let.sml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/050-let.sml')
-rw-r--r--tests/050-let.sml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/050-let.sml b/tests/050-let.sml
new file mode 100644
index 0000000..d1c27f5
--- /dev/null
+++ b/tests/050-let.sml
@@ -0,0 +1,4 @@
+val _ =
+ let val x = 42 in
+ __builtin "exit" x
+ end