From 67c857650c3c8fce4960d7a60443544189b0ac4a Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 9 Aug 2022 19:00:00 +0200 Subject: change comment syntax --- bootstrap/test.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/test.cff') 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); -- cgit v1.2.3