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