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