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