summaryrefslogtreecommitdiff
path: root/test.toc
diff options
context:
space:
mode:
Diffstat (limited to 'test.toc')
-rw-r--r--test.toc9
1 files changed, 3 insertions, 6 deletions
diff --git a/test.toc b/test.toc
index 4d9ab40..d3d1891 100644
--- a/test.toc
+++ b/test.toc
@@ -1,8 +1,5 @@
main @= fn() {
- foo := 'a';
- bar := foo as u8 as f32;
- x := "hello";
- x[4] = 's';
- x[3] = foo;
+ asdf := new &[3]&char;
+ del new int;
+ del asdf;
};
-