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