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