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