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