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