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