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