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