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