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