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