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