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