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