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