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