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