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