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