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