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