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