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