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