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