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