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