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