summaryrefslogtreecommitdiffstats
path: root/tests/08-multiply.sml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-04-27 08:28:40 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-04-27 08:28:40 -0700
commit9f5889c1263d63b953b3a324da07321deef5ca58 (patch)
treeeb4a9be038660ced671da9fbb4617812f7cd2125 /tests/08-multiply.sml
parent1d35d3c0780b1f5392517fe3c1e30950de79efb4 (diff)
downloadsml-9f5889c1263d63b953b3a324da07321deef5ca58.tar.zst
Add integer arithmetic.
Diffstat (limited to 'tests/08-multiply.sml')
-rw-r--r--tests/08-multiply.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/08-multiply.sml b/tests/08-multiply.sml
new file mode 100644
index 0000000..d75c316
--- /dev/null
+++ b/tests/08-multiply.sml
@@ -0,0 +1 @@
+val _ = __builtin "exit" (__builtin "mul" (6, 7))