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