From 5737e8430d43b3b5bd448f761cd2f3c35707a174 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Sun, 28 Apr 2024 15:06:43 -0700 Subject: Add case over int. --- tests/11-case.sml | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/11-case.sml (limited to 'tests/11-case.sml') 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 -- cgit v1.3.1