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