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