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