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