diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/bytecode.amal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bytecode.amal b/tests/bytecode.amal index 3484b21..799733b 100644 --- a/tests/bytecode.amal +++ b/tests/bytecode.amal @@ -6,7 +6,7 @@ const main = fn { const value2: i64 = 23; const value3 = 2 + 5 - 1 * 10 / 2; const str_value = "hello, world"; - printf(); + //printf(); } const print = fn { |