summaryrefslogtreecommitdiffstats
path: root/tests/22-nested-struct.sml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/22-nested-struct.sml')
-rw-r--r--tests/22-nested-struct.sml9
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