ref: bcaade73359400424fb9ff18697e81444b365245 dir: /test/voideffect.myr/
use std const bar = { std.put("pass") } const foo = { -> bar() } const main = { foo() }