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