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