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