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