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