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