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