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