const io = @import("tests/io.amal") const main = () { var hello = () { } hello() } const print = () { }