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