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