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