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