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