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