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