From 4ca3b74621c3608de42a91730a71892d9d7c27b5 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 1 Aug 2019 20:36:51 +0200 Subject: Remove nullable... it's bad to have magic. Static analysis can do it instead --- tests/bytecode.amal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 { -- cgit v1.2.3