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