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