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