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