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