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