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