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