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