summaryrefslogtreecommitdiffstats
path: root/tests/11-case.sml
diff options
context:
space:
mode:
authorRose Hogenson <rosehogenson@posteo.net>2024-04-28 15:06:43 -0700
committerRose Hogenson <rosehogenson@posteo.net>2024-04-28 15:06:43 -0700
commit5737e8430d43b3b5bd448f761cd2f3c35707a174 (patch)
treeb24f44ea5245a56b2f712c2eef6a3897f53bd098 /tests/11-case.sml
parent9f5889c1263d63b953b3a324da07321deef5ca58 (diff)
downloadsml-5737e8430d43b3b5bd448f761cd2f3c35707a174.tar.zst
Add case over int.
Diffstat (limited to 'tests/11-case.sml')
-rw-r--r--tests/11-case.sml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/11-case.sml b/tests/11-case.sml
new file mode 100644
index 0000000..297ae5b
--- /dev/null
+++ b/tests/11-case.sml
@@ -0,0 +1 @@
+val _ = case 42 of x => __builtin "exit" x