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