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