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