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