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