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