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