ref: cefdbe00dfad4086e2f3ba7cd0007d729e77e137 dir: /test/voidassign.myr/
use std const main = { var x : void x = f() } const f = { std.put("ok\n") }