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