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