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