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