diff options
| author | 2022-08-09 19:00:00 +0200 | |
|---|---|---|
| committer | 2022-08-09 19:00:00 +0200 | |
| commit | 67c857650c3c8fce4960d7a60443544189b0ac4a (patch) | |
| tree | fcfcfd96cd1254a4404a2011a258c21c0d9eb9f8 /bootstrap/test2.cff | |
| parent | d0fc961eeb2cf69b50edc83aae90fcebc3a0677f (diff) | |
change comment syntax
Diffstat (limited to 'bootstrap/test2.cff')
| -rw-r--r-- | bootstrap/test2.cff | 4 |
1 files changed, 2 insertions, 2 deletions
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<T> { 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); |