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