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