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