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