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