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