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