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