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