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