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