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