aboutsummaryrefslogtreecommitdiff
path: root/tests/bytecode.amal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bytecode.amal')
-rw-r--r--tests/bytecode.amal2
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 {