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