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