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