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