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