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