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