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