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