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