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