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