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