From eaa183b7dfc841df75d42ace7a90ada1e40ff282 Mon Sep 17 00:00:00 2001 From: Rose Hogenson Date: Tue, 4 Nov 2025 18:58:28 -0800 Subject: Add lists --- tests/120-case-int.sml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/120-case-int.sml (limited to 'tests/120-case-int.sml') diff --git a/tests/120-case-int.sml b/tests/120-case-int.sml new file mode 100644 index 0000000..98967e4 --- /dev/null +++ b/tests/120-case-int.sml @@ -0,0 +1,5 @@ +val _ = + case 18 of + 17 => __builtin "exit" 41 + | 18 => __builtin "exit" 42 + | _ => __builtin "exit" 43 -- cgit v1.3.1