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