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