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