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/22-nested-struct.sml | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/22-nested-struct.sml (limited to 'tests/22-nested-struct.sml') diff --git a/tests/22-nested-struct.sml b/tests/22-nested-struct.sml deleted file mode 100644 index 1eaf6ab..0000000 --- a/tests/22-nested-struct.sml +++ /dev/null @@ -1,9 +0,0 @@ -structure S = struct - structure I = struct - val fourtyTwo = 42 - end -end - -structure T = S.I - -val _ = __builtin "exit" T.fourtyTwo -- cgit v1.3.1