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