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