aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test.cff
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/test.cff')
-rw-r--r--bootstrap/test.cff3
1 files changed, 3 insertions, 0 deletions
diff --git a/bootstrap/test.cff b/bootstrap/test.cff
index 31dfd6b..4475b0b 100644
--- a/bootstrap/test.cff
+++ b/bootstrap/test.cff
@@ -92,6 +92,9 @@ extern fn main (argc int, argv **u8) int {
Vec2f:zero(&x);
printf("mag = %g\n", (&x)->mag());
+ let x = Number:none;
+ let x = Number:int{};
+
let is []int = { [4] = 1, 2, [1 - 1] = 3 };
isort(is, is.#len);
each(i, x, is,