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