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