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