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