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