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