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