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