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