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