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