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