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