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