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