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