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