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