diff options
| author | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-04 18:58:28 -0800 |
|---|---|---|
| committer | Rose Hogenson <rosehogenson@posteo.net> | 2025-11-04 21:05:18 -0800 |
| commit | eaa183b7dfc841df75d42ace7a90ada1e40ff282 (patch) | |
| tree | 1d627b8088d5996a7bbf7c0a7439360e31de3dc3 /tests/22-nested-struct.sml | |
| parent | c48a992a6ed6ebd79c344b37364a680ddd948dea (diff) | |
| download | sml-eaa183b7dfc841df75d42ace7a90ada1e40ff282.tar.zst | |
Diffstat (limited to 'tests/22-nested-struct.sml')
| -rw-r--r-- | tests/22-nested-struct.sml | 9 |
1 files changed, 0 insertions, 9 deletions
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 |
