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