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