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