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