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