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