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