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