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