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