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