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