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