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