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