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