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