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