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