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