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