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