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