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