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