aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test.cff
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/test.cff')
-rw-r--r--bootstrap/test.cff4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap/test.cff b/bootstrap/test.cff
index 14d489e..d835b7e 100644
--- a/bootstrap/test.cff
+++ b/bootstrap/test.cff
@@ -99,8 +99,8 @@ extern fn main (argc int, argv **u8) int {
slice.#len;
let const v Vec2f = {};
- ! v->zero();
- ! v.x += 1;
+ // v->zero();
+ // v.x += 1;
printf("sizeof(is) = %zu\n", sizeof(is));
printf("sizeof *void = %zu\n", sizeof *void);