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