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