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