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