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