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