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