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