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