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