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