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