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