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