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