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