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