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