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