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