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