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