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