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