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