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