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