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