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