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