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