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