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