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