summaryrefslogtreecommitdiffstats
path: root/tests/150-tuple.sml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/150-tuple.sml')
-rw-r--r--tests/150-tuple.sml3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/150-tuple.sml b/tests/150-tuple.sml
new file mode 100644
index 0000000..114fd25
--- /dev/null
+++ b/tests/150-tuple.sml
@@ -0,0 +1,3 @@
+fun f (x, y) = __builtin "exit" (__builtin "add" (x, y))
+
+val _ = f (40, 2)