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