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