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