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