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