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/test2.cff | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/test2.cff') diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index 979d251..ddeec15 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -13,7 +13,7 @@ def X = 7 + 2; struct Bit { def Z = 3; fn foo(x T) T { return (~x ^ Z) + X; } - !fn foo(x T) T { return ~x + Y; } + // fn foo(x T) T { return ~x + Y; } } defmacro def2(x, v) [static x = (v)] @@ -48,7 +48,7 @@ extern fn main() void { } let t = v.#tag; let i = v.Int; - ! v.#tag++; + // v.#tag++; #'outer for let i = 0; i++ < 10; { printf("%d\n", i); -- cgit v1.2.3