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