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