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