ref: 3219b2144ac188b045de6d681435322ddf4da191 dir: /test/nestedgoto.myr/
use std const main = { match 0 | 0: goto ok | 1: :ok -> void | _: ;; std.exit(1) }