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