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