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