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