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