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