aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/test.cff
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2022-08-09 19:00:00 +0200
committerlemon <lsof@mailbox.org>2022-08-09 19:00:00 +0200
commit67c857650c3c8fce4960d7a60443544189b0ac4a (patch)
treefcfcfd96cd1254a4404a2011a258c21c0d9eb9f8 /bootstrap/test.cff
parentd0fc961eeb2cf69b50edc83aae90fcebc3a0677f (diff)
change comment syntax
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);