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