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