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