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