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