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