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